|
Расположение в меню |
---|
Sketch → Ограничения эскиза → Constrain Block |
Верстаки |
Sketcher |
Быстрые клавиши |
Нет |
Представлено в версии |
0.17 |
См. также |
Ограничение положения |
Блокирующее ограничение фиксирует геометрический элемент в указанном месте, одним нажатием.
The block constraint only affects the freely movable parts of an edge. Blocked edges can have other constraints, and applying additional constraints to a blocked edge can modify it.
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Block', Edge))
The Sketcher scripting page explains the values which can be used for Edge
and contains further examples on how to create constraints from Python scripts.